home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / sed / sed113st.zoo / configure.in < prev    next >
Encoding:
Text File  |  1992-11-07  |  235 b   |  14 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(sed.c)
  3. AC_PROG_CC
  4. AC_PROG_CPP
  5. AC_PROG_INSTALL
  6. AC_MINIX
  7. AC_ISC_POSIX
  8. AC_STDC_HEADERS
  9. AC_USG
  10. AC_VPRINTF
  11. AC_HAVE_FUNCS(bcopy,memcpy)
  12. AC_ALLOCA
  13. AC_OUTPUT(Makefile)
  14.